﻿2026-06-04T06:01:02.4445262Z ##[group]Run actions/checkout@v5
2026-06-04T06:01:02.4446814Z with:
2026-06-04T06:01:02.4447481Z   repository: SaberMage/spt-core
2026-06-04T06:01:02.4455419Z   token: ***
2026-06-04T06:01:02.4456041Z   ssh-strict: true
2026-06-04T06:01:02.4456665Z   ssh-user: git
2026-06-04T06:01:02.4457303Z   persist-credentials: true
2026-06-04T06:01:02.4458028Z   clean: true
2026-06-04T06:01:02.4458657Z   sparse-checkout-cone-mode: true
2026-06-04T06:01:02.4459452Z   fetch-depth: 1
2026-06-04T06:01:02.4460068Z   fetch-tags: false
2026-06-04T06:01:02.4460707Z   show-progress: true
2026-06-04T06:01:02.4461354Z   lfs: false
2026-06-04T06:01:02.4461957Z   submodules: false
2026-06-04T06:01:02.4462603Z   set-safe-directory: true
2026-06-04T06:01:02.4463871Z ##[endgroup]
2026-06-04T06:01:02.6091643Z Syncing repository: SaberMage/spt-core
2026-06-04T06:01:02.6095374Z ##[group]Getting Git version info
2026-06-04T06:01:02.6096711Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T06:01:02.6098617Z [command]/usr/bin/git version
2026-06-04T06:01:02.6099661Z git version 2.34.1
2026-06-04T06:01:02.6102326Z ##[endgroup]
2026-06-04T06:01:02.6110932Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/fdb9f839-e102-4401-a1e9-0267e7c7ff17/.gitconfig'
2026-06-04T06:01:02.6133191Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/fdb9f839-e102-4401-a1e9-0267e7c7ff17' before making global git config changes
2026-06-04T06:01:02.6135693Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T06:01:02.6140691Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T06:01:02.6192954Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T06:01:02.6222496Z https://github.com/SaberMage/spt-core
2026-06-04T06:01:02.6241573Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T06:01:02.6248147Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T06:01:02.6280236Z refs/heads/dev-freeform
2026-06-04T06:01:02.6294659Z [command]/usr/bin/git checkout --detach
2026-06-04T06:01:02.6346936Z HEAD is now at 1ba6e06 fix(test): reconcile unix mock command nested single quotes broke manifest TOML
2026-06-04T06:01:02.6406883Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T06:01:02.6447831Z Deleted branch dev-freeform (was 1ba6e06).
2026-06-04T06:01:02.6498362Z ##[endgroup]
2026-06-04T06:01:02.6502649Z [command]/usr/bin/git submodule status
2026-06-04T06:01:02.6781850Z ##[group]Cleaning the repository
2026-06-04T06:01:02.6787045Z [command]/usr/bin/git clean -ffdx
2026-06-04T06:01:02.6824540Z Removing traceable-reqs
2026-06-04T06:01:02.6836689Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T06:01:02.6890683Z HEAD is now at 1ba6e06 fix(test): reconcile unix mock command nested single quotes broke manifest TOML
2026-06-04T06:01:02.6895939Z ##[endgroup]
2026-06-04T06:01:02.6899768Z ##[group]Disabling automatic garbage collection
2026-06-04T06:01:02.7007980Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T06:01:02.7012489Z ##[endgroup]
2026-06-04T06:01:02.7013710Z ##[group]Setting up auth
2026-06-04T06:01:02.7014901Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T06:01:02.7018432Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T06:01:02.7251327Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T06:01:02.7290886Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T06:01:02.7535894Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T06:01:02.7577344Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T06:01:02.7844857Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T06:01:02.7914034Z ##[endgroup]
2026-06-04T06:01:02.7915499Z ##[group]Fetching the repository
2026-06-04T06:01:02.7929830Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f08aedcb3cd2615712f3f30daf07a35ee9870aac:refs/remotes/origin/dev-freeform
2026-06-04T06:01:03.4612383Z From https://github.com/SaberMage/spt-core
2026-06-04T06:01:03.4615438Z  + 1ba6e06...f08aedc f08aedcb3cd2615712f3f30daf07a35ee9870aac -> origin/dev-freeform  (forced update)
2026-06-04T06:01:03.4678043Z ##[endgroup]
2026-06-04T06:01:03.4680407Z ##[group]Determining the checkout info
2026-06-04T06:01:03.4682846Z ##[endgroup]
2026-06-04T06:01:03.4686636Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T06:01:03.4735678Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T06:01:03.4776682Z ##[group]Checking out the ref
2026-06-04T06:01:03.4780761Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T06:01:03.4840760Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T06:01:03.4842850Z any of your branches:
2026-06-04T06:01:03.4844196Z 
2026-06-04T06:01:03.4845945Z   1ba6e06 fix(test): reconcile unix mock command nested single quotes broke manifest TOML
2026-06-04T06:01:03.4848578Z 
2026-06-04T06:01:03.4849864Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T06:01:03.4852193Z to do so with:
2026-06-04T06:01:03.4852922Z 
2026-06-04T06:01:03.4853573Z  git branch <new-branch-name> 1ba6e06
2026-06-04T06:01:03.4854829Z 
2026-06-04T06:01:03.4855747Z Switched to a new branch 'dev-freeform'
2026-06-04T06:01:03.4858530Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T06:01:03.4864734Z ##[endgroup]
2026-06-04T06:01:03.4906707Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T06:01:03.4947377Z f08aedcb3cd2615712f3f30daf07a35ee9870aac
